object SWScreen: TSWScreen Left = 291 Top = 179 Hint = 'ShareWare Registration Screen' ActiveControl = OKButton BorderStyle = bsDialog Caption = 'Unregistered Version' ClientHeight = 406 ClientWidth = 577 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False ShowHint = True OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 22 object Panel1: TPanel Left = 8 Top = 8 Width = 561 Height = 357 BevelInner = bvRaised BevelOuter = bvLowered Color = clSilver TabOrder = 0 OnMouseMove = Panel1MouseMove object ProductName: TLabel Left = 224 Top = 16 Width = 104 Height = 32 Caption = 'ProKalc' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = False IsControl = True end object Version: TLabel Left = 76 Top = 48 Width = 411 Height = 22 Caption = 'The Scientific/Financial/Geometry Calculator' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = False IsControl = True end object Copyright: TLabel Left = 248 Top = 68 Width = 64 Height = 15 Caption = 'Version 6.3' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = False IsControl = True end object Comments: TLabel Left = 160 Top = 84 Width = 241 Height = 15 AutoSize = False Caption = 'Copyright � 1997-98 by Harold Schwartz' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = False WordWrap = True IsControl = True end object Label1: TLabel Left = 64 Top = 108 Width = 434 Height = 68 Caption = 'This is an unregistered ShareWare version. It is not crippled ' + 'in any way. This software may be evaluated for a period of sixt' + 'y days and, if it meets your needs, you must register it. Pleas' + 'e send registration fee of $16.00 + $2.50 shipping/handling to:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = False WordWrap = True end object Label2: TLabel Left = 200 Top = 182 Width = 116 Height = 18 Caption = 'Harold Schwartz' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = False end object Label3: TLabel Left = 200 Top = 198 Width = 114 Height = 18 Caption = 'P.O. Box 104482' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = False end object Label4: TLabel Left = 200 Top = 212 Width = 180 Height = 18 Caption = 'Jefferson City, MO 65110' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = False end object Label5: TLabel Left = 40 Top = 288 Width = 476 Height = 32 Alignment = taCenter Caption = 'You will receive a registered version personalized in your name ' + 'that does not have this screen. . .' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False ParentShowHint = False ShowHint = False WordWrap = True end object Label6: TLabel Left = 40 Top = 326 Width = 394 Height = 16 Caption = 'You have evaluated ProKalc for the following number of days:' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object DaysEvaluatedLabel: TLabel Left = 448 Top = 324 Width = 71 Height = 22 Alignment = taCenter AutoSize = False Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Label7: TLabel Left = 3 Top = 236 Width = 558 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Credit card orders must be placed via the internet from the foll' + 'owing location:' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object LinkBtn: TColorButton Left = 151 Top = 256 Width = 259 Height = 24 Caption = 'http://members.sockets.net/~schwartz' Color = clAqua Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold, fsUnderline] Style = [bsCenter, bsShowFocus, bsShowKey] TabOrder = 0 TabStop = True OnClick = LinkBtnClick OnMouseMove = LinkBtnMouseMove end end object OKButton: TBitBtn Left = 245 Top = 372 Width = 94 Height = 27 Caption = 'Agree' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = OKButtonClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end